summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-06-14 01:04:10 +0200
committerCharles Lombardo <clombardo169@gmail.com>2023-06-16 04:19:58 +0200
commita29fa119e0b733020e685dcfed4f9abe39d09abb (patch)
treeb5c6f8ee31c679e2c1ad1e87b203dfa30c4c6f59
parentMerge pull request #10796 from bunnei/fix-saf (diff)
downloadyuzu-a29fa119e0b733020e685dcfed4f9abe39d09abb.tar
yuzu-a29fa119e0b733020e685dcfed4f9abe39d09abb.tar.gz
yuzu-a29fa119e0b733020e685dcfed4f9abe39d09abb.tar.bz2
yuzu-a29fa119e0b733020e685dcfed4f9abe39d09abb.tar.lz
yuzu-a29fa119e0b733020e685dcfed4f9abe39d09abb.tar.xz
yuzu-a29fa119e0b733020e685dcfed4f9abe39d09abb.tar.zst
yuzu-a29fa119e0b733020e685dcfed4f9abe39d09abb.zip
-rw-r--r--src/android/app/build.gradle.kts10
-rw-r--r--src/android/app/src/main/res/values/strings.xml2
2 files changed, 1 insertions, 11 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts
index a637db78a..cb5f8b60c 100644
--- a/src/android/app/build.gradle.kts
+++ b/src/android/app/build.gradle.kts
@@ -44,16 +44,6 @@ android {
jniLibs.useLegacyPackaging = true
}
- lint {
- // This is important as it will run lint but not abort on error
- // Lint has some overly obnoxious "errors" that should really be warnings
- abortOnError = false
-
- //Uncomment disable lines for test builds...
- //disable 'MissingTranslation'bin
- //disable 'ExtraTranslation'
- }
-
defaultConfig {
// TODO If this is ever modified, change application_id in strings.xml
applicationId = "org.yuzu.yuzu_emu"
diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml
index b5bc249d4..2f2059d42 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<resources>
+<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<!-- General application strings -->
<string name="app_name" translatable="false">yuzu</string>